home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / clsview2 / clsview2.txt < prev    next >
Text File  |  1997-07-17  |  3KB  |  37 lines

  1. License and certain restrictions:
  2. You may install and use this version of the Software on your computer for free.  The Software contains trade secrets, and in order to protect them you may not disassemble, reverse engineer, or decompile the Software. You may not modify adapt, translate, rent, sublicense, assign, lease, loan, resell for profit, distribute, or create derivative works based upon the Software or any part thereof, Thank you.
  3.  
  4. What's New in version 2:
  5. Version 2 of Class View is now more tightly intergrated with the Visual Basic Project Explorer.  When the Add-In started your current Visual Basic Project or Projects will be added to the view.  This will allow you to get to all your Class Modules.  Also monitoring the addition, removal, and name changing of new Projects and Class Modules.  You can now 'Dim As New' from the context menu when a Class Module is selected in the Class View window.  This places a Dimension statement into a code module
  6.  
  7.     i.e.     Dim objMyClass As New MyClass
  8.  
  9. The context menu also allows you to refresh complete projects or just the selected Class Module.
  10.  
  11. Getting Started:
  12. After installation of Class View, start Visual Basic 5.
  13. From the Tools | Add-Ins menu Select Class View Window from the Add-In dialog list.
  14. Ok and close the Add-In Manager.
  15. The Add-In will appear as a button at the end of the 'Standard Toolbar'. 
  16.  
  17. Using Class View:
  18. When the Add-In is selected from the Add-In Manager all your Visual Basic projects will be loaded into the Class View window.  Projects with Class Modules can be able to be expaned on to expose the Class modules properties, methods, and members.
  19.  
  20. Extra Pointers:
  21. The Class View window will dock against any window in the Visual Basic IDE.
  22. Right clicking on a node in the Class View window a will display a context menu to either: 
  23. Collapse and Expand of Tree nodes
  24. Pasting selected node into the active code document
  25. Jumping to the selected node in the Class Module
  26. Pasting a new Dim Line from the select class (new)
  27. Refreshing a selected class or the complete project (new)
  28.  
  29. The Future Scope of Class View:
  30.  
  31. This is the last version of Class View, my next step is to move on to the 'Project Explorer ++'  This new Visual Basic add-in will work on the same basis as the Class View but unlike the current Visual Basic Project Explorer allowing you to drill down on all your components.
  32.  
  33. Feedback:
  34. I would very much like to hear your comments (good or bad), improvement ideas and bug issues.  Could you please send them to:
  35.  
  36. SubZero@cix.co.uk
  37.